Skip to content

Conversation

@zachschuermann
Copy link
Collaborator

What changes are proposed in this pull request?

Noticed docs didn't build successfully for 0.17.0 release since in rustc 1.92 the doc_auto_cfg feature was removed (and TIL docs.rs builds with nightly). This pr just moves from the doc_auto_cfg to doc_cfg (see associated rust pr).

How was this change tested?

docs only. reproed with cargo +nightly doc

@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.05%. Comparing base (062a0fe) to head (7ba6b3f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1470   +/-   ##
=======================================
  Coverage   85.04%   85.05%           
=======================================
  Files         120      120           
  Lines       31933    31933           
  Branches    31933    31933           
=======================================
+ Hits        27159    27162    +3     
+ Misses       3453     3452    -1     
+ Partials     1321     1319    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zachschuermann zachschuermann merged commit 769157f into delta-io:main Nov 13, 2025
22 checks passed
@zachschuermann zachschuermann deleted the doc-fix branch November 13, 2025 18:45
zachschuermann added a commit to zachschuermann/delta-kernel-rs that referenced this pull request Nov 13, 2025
## What changes are proposed in this pull request?
Noticed docs didn't build successfully for [0.17.0
release](https://docs.rs/crate/delta_kernel/0.17.0/builds/2652981) since
in rustc 1.92 the `doc_auto_cfg` feature was removed (and TIL docs.rs
builds with nightly). This pr just moves from the `doc_auto_cfg` to
`doc_cfg` (see associated [rust
pr](rust-lang/rust#138907)).

## How was this change tested?
docs only. reproed with `cargo +nightly doc`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants